##########################
In Client Source
Open:
EterLib/MSWindows.cpp
Add this inculde
##########################



#include "../EterBase/Random.h"
 
 

##########################
Search:
##########################



sprintf(szClassName, "eter - s%x:b%x:p:%x", style, brush, (DWORD)pfnWndProc);



##########################
Change:
##########################



sprintf(szClassName, "eter - s%x:b%x:p:%x:%d", style, brush, (DWORD)pfnWndProc, random_range(1, 99999));
 


##########################
Rebuild and enjoy, After this modification m2bob module isn't find game process
##########################